home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 07 / 8 / DISK0786.ZIP / PACKDISK.ARC / MANUAL < prev    next >
Text File  |  1987-03-05  |  23KB  |  727 lines

  1. PACKDISK Utilities Version 1.2    Page     1                    10/12/86
  2.  
  3.  
  4.        PACKDISK Utilities Version 1.2                 Not Copy Protected
  5.        (C) Copyright SoftPatch 1985                   Non Resident
  6.        All Rights Reserved
  7.  
  8.  
  9.  
  10.  
  11.                      ************************************
  12.                      *   Suggested Donation US $35.00   *
  13.                      ************************************
  14.  
  15.  
  16.            If you like this package and find it useful in your work
  17.            please send a check to:
  18.  
  19.                SoftPatch, P.O. Box 11455, San Francisco CA 94101
  20.                               Tel. (415) 777-2993
  21.  
  22.            Your donation along with the registration form provided
  23.            here for printout will entitle you to receive technical
  24.            support and notices of updates and new products.
  25.  
  26.            The source codes of all PACKDISK Utilities are available
  27.            on terms as specified in the form also provided at the
  28.            end of the text.
  29.  
  30.            This text has been page broken for printout.  Just center
  31.            the paper, position the printer head at about half an
  32.            inch below the perforation and use the DOS Command TYPE.
  33.  
  34.                                       ***
  35.  
  36.        LICENSE
  37.        THIS SOFTWARE IS PROTECTED BY THE UNITED STATES COPYRIGHT LAW.
  38.        SOFTPATCH IS PLEASED TO LICENSE THIS SOFTWARE TO YOU FOR USE ON A
  39.        SINGLE MACHINE.  PLEASE COPY IT ONLY IN SUPPORT OF YOUR USE ON
  40.        THE SINGLE MACHINE.
  41.  
  42.                                       ***
  43.  
  44.        LIMITED WARRANTY
  45.        THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND
  46.        EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  47.        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  48.        PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND
  49.        PERFORMANCE OF THIS SOFTWARE IS WITH YOU.  IN NO EVENT SHALL
  50.        SOFTPATCH BE LIABLE TO YOU FOR ANY DAMAGES WHATSOEVER, INCIDENTAL
  51.        OR CONSEQUENTIAL, ARISING OUT OF THE USE OF, OR INABILITY TO USE,
  52.        THIS SOFTWARE.
  53.  
  54.                                       ***
  55.  
  56.                Licensed Material-Software Programs, Property of
  57.                SoftPatch P.O. Box 11455, San Francisco CA 94101
  58.                            Telephone (415) 777-2993
  59. PACKDISK Utilities Version 1.2    Page     2                    10/12/86
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.                                  INTRODUCTION
  67.  
  68.  
  69.        This software package contains six utility programs
  70.  
  71.                       For IBM PC/XT/AT, 128KB, DOS 2.0 Up
  72.                         Non-Network Drives up to 32MB.
  73.  
  74.        They can also be used on truly compatible clones.
  75.  
  76.        Their functions are summarized below and then described with more
  77.        detail later in this manual.  The package adopted its name from
  78.        the flagship utility PACKDISK, which will make the operation of
  79.        your hard disk smooth and efficient.  All programs in this
  80.        package are written in assembly language and assembled as .COM
  81.        files for maximum speed and efficiency.
  82.  
  83.        Please do take time to read this manual, but if you are in a
  84.        great hurry, at least
  85.  
  86.                         READ ALL IMPORTANT NOTES BEFORE
  87.                         YOU START USING THESE UTILITIES
  88.  
  89.  
  90.  
  91.  
  92.                               PACKDISK Utilities
  93.  
  94.  
  95.        DELDIR     ∙   Deletes a subdirectory together with its files and
  96.                       subdirectories.
  97.  
  98.        LISTFRAG   ∙   Lists all fragmented files in the drive.
  99.  
  100.        NAMEDIR    ∙   Renames a subdirectory.
  101.  
  102.        PACKDISK   ∙   Eliminates file fragmentation in the drive.
  103.  
  104.                   ∙   Eliminates unallocated spaces between files.
  105.  
  106.                   ∙   Re-integrates lost clusters (file allocation
  107.                       units) into the available space on the disk.
  108.  
  109.                   ∙   Packs the root directory and subdirectories and
  110.                       frees subdirectory trailing clusters.
  111.  
  112.        TRANSDIR   ∙   Transfers a subdirectory together with its files
  113.                       and subdirectories into another directory in the
  114.                       same drive.
  115.  
  116.        PARK       ∙   Parks disk(s) before power off.
  117. PACKDISK Utilities Version 1.2    Page     3                    10/12/86
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.        IMPORTANT NOTES COMMON TO ALL UTILITIES
  130.  
  131.  
  132.        ∙   POSITIVELY DO NOT ATTEMPT TO USE ANY OF THESE UTILITIES ON A
  133.            NETWORK DRIVE.
  134.  
  135.        ∙   Do not use these utilities with ASSIGN or SUBST Command in
  136.            effect.
  137.  
  138.        ∙   The terms "drive" and "disk" as used in this text refer to
  139.            either the DOS partition of a fixed disk or a DOS diskette.
  140.  
  141.        ∙   Except PARK all other utilities test the pointers to the data
  142.            area and in the File Allocation Table.  They will exit if
  143.            they detect an invalid pointer or cross-linked files.
  144.  
  145.        ∙   If a bad sector is encountered within an allocation chain
  146.            during a disk read/write, the utility will exit after the
  147.            necessary clean up.  If this occurs, a file may contain
  148.            incomplete data.
  149.  
  150.        ∙   Except for LISTFRAG and the initial part of TRANSDIR the
  151.            Ctrl-Break is inactive during the program execution.
  152.  
  153.        ∙   You may enter your commands using either upper or lower case
  154.            or a combination of both.  The global characters are not
  155.            supported.
  156.  
  157.        ∙   Path names in the command lines must start in the root
  158.            directory.  The leading backslash (\) is optional.
  159.  
  160.        ∙   Except LISTFRAG and PARK all other utilities change the
  161.            current directory to root.
  162.  
  163.        ∙   DOS Version is not tested.
  164.  
  165.  
  166.        A Word to The Wise
  167.  
  168.        The PACKDISK Utilities have been thoroughly tested and are safe
  169.        if used on a reliable equipment.  However, they do not afford
  170.        protection against a power failure or a hardware malfunction.
  171.        Therefore, when using them, and particularly when using PACKDISK,
  172.        this rule is in order:
  173.  
  174.                   Have your backup files brought up to date!
  175. PACKDISK Utilities Version 1.2    Page     4                    10/12/86
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.        DELDIR
  185.  
  186.  
  187.        It deletes the designated subdirectory together with its files,
  188.        subdirectories and their files.
  189.  
  190.        To delete a subdirectory enter from your keyboard
  191.  
  192.                              d:path\DELDIR d:path
  193.  
  194.        The first drive letter and the path designate the drive and the
  195.        directory where the file DELDIR.COM resides.  The drive letter
  196.        may be omitted if this file is in the default drive.
  197.  
  198.        The second drive letter and the last component of the path that
  199.        follows it designate the subdirectory to be deleted.  You may
  200.        omit the drive letter if the subdirectory is in the default
  201.        drive.
  202.  
  203.        For example, if you enter
  204.  
  205.                        a:\deldir c:\level1\level2\level3
  206.  
  207.        the subdirectory level3 will be deleted together with its files
  208.        and subdirectories.
  209.  
  210.        A backslash at the end of the path will generate an error
  211.        message.
  212.  
  213.        After you enter your command DELDIR will ask you if you have
  214.        reviewed the contents of the subdirectory to be deleted.  At this
  215.        point you may either cancel your command (Esc) or confirm it
  216.        (Enter).
  217.  
  218.  
  219.        Important Notes to DELDIR
  220.  
  221.        ∙   DELDIR will delete a subdirectory even if it is the current
  222.            directory.
  223.  
  224.        ∙   You should change the paths affected by the deletion.
  225.  
  226.        ∙   DELDIR is a powerful command.  Use it with caution.
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233. PACKDISK Utilities Version 1.2    Page     5                    10/12/86
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.        LISTFRAG
  243.  
  244.  
  245.        It displays all fragmented files and subdirectories in the
  246.        designated or default drive and reports the number of
  247.        non-contiguous chains.
  248.  
  249.        To start LISTFRAG enter from your keyboard
  250.  
  251.                               d:path\LISTFRAG d:
  252.  
  253.        The first drive letter and the path designate the drive and the
  254.        directory where the file LISTFRAG.COM resides.  The drive letter
  255.        may be omitted if this file is in the default drive.
  256.  
  257.        The second drive letter designates the drive you wish to review.
  258.        If you omit it, then LISTFRAG will list fragmented files in the
  259.        default drive.
  260.  
  261.        For example, if the file LISTFRAG.COM resides in the current
  262.        directory of the default drive and this is the drive you wish to
  263.        review, simply enter
  264.  
  265.                                    listfrag
  266.  
  267.  
  268.        LISTFRAG displays fragmented files in a similar manner as the DOS
  269.        Command CHKDSK, but is more convenient to use if you wish to see
  270.        all fragmented files in a drive with a complex tree structure.
  271.        In this case the Command CHKDSK d:\*.* would have to be entered
  272.        for each directory separately.
  273.  
  274.        Another advantage of LISTFRAG over CHKDSK is that in addition to
  275.        fragmented files, it also displays fragmented subdirectories.
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291. PACKDISK Utilities Version 1.2    Page     6                    10/12/86
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.        NAMEDIR
  301.  
  302.  
  303.        It renames the designated subdirectory.
  304.  
  305.        To rename a subdirectory enter from your keyboard
  306.  
  307.                         d:path\NAMEDIR d:path\\newname
  308.  
  309.        The first drive letter and the path designate the drive and the
  310.        directory where the file NAMEDIR.COM resides.  The drive letter
  311.        may be omitted if this file is in the default drive.
  312.  
  313.        The second drive letter and the last component of the path that
  314.        follows it and ends with the double backslash (\\) designate the
  315.        directory to be renamed.  The new name follows the double
  316.        backslash.  You may omit the drive letter if the subdirectory is
  317.        in the default drive.
  318.  
  319.        For example, if you enter
  320.  
  321.                    a:\namedir c:\level1\level2\level3\\lev3
  322.  
  323.        the subdirectory level3 will have its name changed to lev3.
  324.  
  325.  
  326.        Important Notes to NAMEDIR
  327.  
  328.        ∙   If you choose a new name longer than the old one, make sure
  329.            that no single path going through the renamed directory
  330.            exceeds 63 characters in length.  Failure to do so may put
  331.            some files out of reach.
  332.  
  333.        ∙   You should update the paths affected by the name change.
  334.  
  335.  
  336.        You will find NAMEDIR most useful when the name of a subdirectory
  337.        becomes obsolete and does not reflect its contents any more,
  338.        particularly if that subdirectory is full of files.
  339.  
  340.        NAMEDIR will also be helpful when you wish to add one more level
  341.        to a path that has already attained 63 characters in length.  All
  342.        you have to do is shorten the names of the intermediate levels
  343.        one by one to save enough characters for one more level at the
  344.        end of the path.
  345.  
  346.  
  347.  
  348.  
  349. PACKDISK Utilities Version 1.2    Page     7                    10/12/86
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.        PACKDISK
  359.  
  360.  
  361.        It performs the following tasks in the designated drive:
  362.  
  363.        ∙   Eliminates file fragmentation in the designated or default
  364.            drive.
  365.  
  366.        ∙   Eliminates unallocated spaces between files.
  367.  
  368.        ∙   Re-integrates lost clusters (not pointed to by a directory
  369.            entry) into the pool of available clusters.
  370.  
  371.        ∙   Packs the root directory, eliminating deleted entries.  It
  372.            does not alter the order of entries.
  373.  
  374.        ∙   Packs all subdirectories and re-integrates unused clusters
  375.            trailing at the end of a packed subdirectory into the pool of
  376.            available clusters.
  377.  
  378.  
  379.        To start PACKDISK enter from your keyboard
  380.  
  381.                               d:path\PACKDISK d:
  382.  
  383.        The first drive letter and the path designate the drive and the
  384.        directory where the file PACKDISK.COM resides.  The drive letter
  385.        may be omitted if this file is in the default drive.
  386.  
  387.        The second drive letter designates the drive to be processed.  If
  388.        you omit it, then PACKDISK will process the default drive.
  389.  
  390.        For example, if the file PACKDISK.COM resides in the current
  391.        directory of the default drive and this is the drive you wish to
  392.        process, simply enter
  393.  
  394.                                    packdisk
  395.  
  396.        The time of execution will vary, depending on the extent of
  397.        fragmentation in the drive.  For example, it may take several
  398.        minutes to process a half-full 10MB disk, which endured a great
  399.        deal of file creating activity and is being processed for the
  400.        first time.
  401.  
  402.        It is recommended that you run LISTFRAG before you run PACKDISK
  403.        for the first time to see the extent of file fragmentation on
  404.        your disk.  Then run LISTFRAG again to see the difference.  The
  405.        list of fragmented files generated by LISTFRAG can be redirected
  406.        to your printer.
  407. PACKDISK Utilities Version 1.2    Page     8                    10/12/86
  408.  
  409.  
  410.  
  411.        Important Notes to PACKDISK
  412.  
  413.        ∙   CERTAIN COPY PROTECTED MODES ARE INCOMPATIBLE WITH PACKDISK.
  414.            THEREFORE, IF A COPY PROTECTED FILE RESIDES ON YOUR DISK, IT
  415.            IS ADVISABLE TO ABORT THE PROCESS WHEN THE WARNING MESSAGE
  416.            APPEARS ON THE SCREEN.  YOU MAY RESUME THE PROCESS AFTER YOU
  417.            HAVE DE-INSTALLED THE COPY PROTECTED FILE(S).
  418.  
  419.        ∙   A bad sector, which is not part of an allocation chain, will
  420.            most likely prevent a file from attaining full contiguity.
  421.            The end message will reflect such event.
  422.  
  423.        ∙   Do not use PACKDISK if you intend to use the DOS command
  424.            RECOVER or a utility that resurrects deleted files.
  425.  
  426.  
  427.        Why Use PACKDISK
  428.  
  429.        Only the very first files copied to a freshly formatted disk are
  430.        written sequentially.  As the file creating activities go on the
  431.        files become fragmented, that is, broken into non-contiguous
  432.        chains scattered more or less all over the disk.  The longer the
  433.        disk is in use and the more intensive is this activity, the
  434.        higher is the degree of fragmentation.
  435.  
  436.        File fragmentation affects adversely the disk performance and
  437.        delays noticeably the retrieval of files due to excessive head
  438.        movements.  The deterioration of performance is even greater if
  439.        fragmented files reside in fragmented subdirectories.
  440.  
  441.        So far DOS affords only one remedy to this problem, the command
  442.        COPY d:*.*, but the use of this command to eliminate file
  443.        fragmentation in all directories in a drive with a complex tree
  444.        structure is, to say the least, impractical.
  445.  
  446.        PACKDISK will not only rearrange the files sequentially, but will
  447.        also free those clusters which are part of subdirectories but
  448.        after packing no longer contain valid entries.  For example, if
  449.        you had 20 files in a subdirectory occupying three clusters, and
  450.        now, after some deletions, you have only eight files, PACKDISK
  451.        will pack those entries into the first cluster and will
  452.        re-integrate two empty trailing clusters into the available disk
  453.        space.  PACKDISK does not change the order of directory entries.
  454.  
  455.        PACKDISK will also free lost clusters.  Note that CHKDSK may
  456.        declare itself unable to free lost clusters beyond an unspecified
  457.        point of the tree.
  458.  
  459.        A frequent use of PACKDISK may make the recovery of an
  460.        inadvertently erased file much easier.  There is a good chance
  461.        that such file will not be fragmented.
  462.  
  463.  
  464.  
  465. PACKDISK Utilities Version 1.2    Page     9                    10/12/86
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.        TRANSDIR
  475.  
  476.  
  477.        It transfers the designated subdirectory, together with its files
  478.        and subdirectories, to another subdirectory or to the root
  479.        directory in the same drive.
  480.  
  481.        Please note that in this process the specified subdirectory is
  482.        removed from the parent directory.
  483.  
  484.        To transfer a subdirectory you enter from your keyboard
  485.  
  486.                             d:path\TRANSDIR d:path
  487.  
  488.        The first drive letter and the path designate the drive and the
  489.        directory where the file TRANSDIR.COM resides.  The drive letter
  490.        may be omitted if this file is in the default drive.
  491.  
  492.        The second drive letter and the last component of the path that
  493.        follows it designate the subdirectory to be transferred.  You may
  494.        omit the drive letter if the subdirectory is in the default
  495.        drive.
  496.  
  497.        For example, if you enter
  498.  
  499.                   a:\transdir c:\level1\level2\level3\level4
  500.  
  501.        the subdirectory level4 is the one to be transferred.
  502.  
  503.        After the first part of the command is entered, TRANSDIR will
  504.        prompt you to enter the target directory, that is, the directory
  505.        into which you wish to transfer the subdirectory specified in the
  506.        first part.
  507.  
  508.        In the above example the target directory may be branch3 in the
  509.        path
  510.  
  511.                            \branch1\branch2\branch3
  512.  
  513.        If you wish to make the transfer into the root directory, enter
  514.        only the backslash (\) or simply press Enter.
  515.  
  516.        After your second entry is received, TRANSDIR will display a
  517.        message reminding you that no single path created through this
  518.        transfer should exceed 63 characters in length.  At this point
  519.        you may still abort the command.
  520.  
  521.        Attempt to enter a drive specification in the second part of the
  522.        command will generate an error message.
  523. PACKDISK Utilities Version 1.2    Page     10                    10/12/86
  524.  
  525.  
  526.  
  527.  
  528.        Important Notes to TRANSDIR
  529.  
  530.        ∙   TRANSDIR will exit with an error message if you make an
  531.            attempt to transfer a subdirectory to a deeper level along
  532.            the same path.  Thus, in the following example
  533.  
  534.                         transdir c:\lev1\lev2\lev3\lev4
  535.  
  536.            TRANSDIR will not allow you to transfer the subdirectory lev1
  537.            into lev2 (or lev3, or lev4).
  538.  
  539.        ∙   TRANSDIR does not test the lengths of the paths affected by
  540.            the transfer.  Make sure that no single path going through
  541.            the transferred subdirectory exceeds 63 characters in length.
  542.            Failure to do so may put some files out of reach.
  543.  
  544.        ∙   You should update the paths affected by a transfer.
  545.  
  546.        ∙   Attempt to transfer a subdirectory to another drive will
  547.            generate an error message.
  548.  
  549.  
  550.        Why Use TRANSDIR
  551.  
  552.        You will find TRANSDIR, together with NAMEDIR, very helpful in
  553.        reorganizing your files.  TRANSDIR will even allow you to reverse
  554.        the order of subdirectories in a path.  Have fun.
  555.  
  556.  
  557.        Practical Hint
  558.  
  559.        If it does happen that an inadvertently executed transfer results
  560.        in a path longer than the legal limit of 63 characters, use
  561.        NAMEDIR to shorten the illegal path.  Start from the first level
  562.        in the root directory and proceeding towards the end of the path
  563.        trim one by one the names of the subdirectories.
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581. PACKDISK Utilities Version 1.2    Page     11                    10/12/86
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.        PARK
  591.  
  592.  
  593.        When you have finished your computing session and are ready to
  594.        turn off your machine, enter from your keyboard
  595.  
  596.                                   d:path\PARK
  597.  
  598.        The drive letter and the path designate the drive and the
  599.        directory where the file PARK.COM resides.
  600.  
  601.        Then you may either turn off your machine or, should you change
  602.        your mind and wish to continue your work, press Esc to return to
  603.        the system.
  604.  
  605.        If you have two hard disk drives, PARK will park them both
  606.        without further prompting.
  607.  
  608.        PARK positions the hard disk heads over the innermost cylinder,
  609.        the one that in normal operation is used by BIOS for testing.
  610.        This minimizes the risk of a head crash, which, besides the
  611.        jostling of the computer, is the highest when the machine is
  612.        being turned off or on.
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.                                  ORDER FORM
  644.  
  645.  
  646.        Please ship the following source codes on diskette(s):
  647.  
  648.        DELDIR     ($65.00) ................................ $ .........
  649.        LISTFRAG   ($65,00) ................................ $ .........
  650.        NAMEDIR    ($65.00) ................................ $ .........
  651.        PACKDISK  ($115.00) ................................ $ .........
  652.        TRANSDIR   ($85.00) ................................ $ .........
  653.        PARK       ($20.00) ................................ $ .........
  654.  
  655.        Subtotal ........................................... $ .........
  656.  
  657.        Tax, 6.5% (California Residents Only) .............. $ .........
  658.        Shipping & Handling ................................ $ .... 4.00
  659.  
  660.        Total .............................................. $ .........
  661.  
  662.  
  663.  
  664.        I UNDERSTAND THAT THE SOURCE CODE(S) I HAVE HEREBY ORDERED WILL
  665.        BE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND EITHER EXPRESSED
  666.        OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  667.        OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE
  668.        ENTIRE RISK AS TO THE FORM, QUALITY AND PERFORMANCE OF SAID
  669.        CODE(S) WILL BE WITH ME.  IN NO EVENT SHALL SOFTPATCH BE LIABLE
  670.        TO ME FOR ANY DAMAGES WHATSOEVER, INCIDENTAL OR CONSEQUENTIAL,
  671.        ARISING OUT OF THE USE OF, OR INABILITY TO USE, SAID CODE(S). ANY
  672.        AND ALL LIABILITY OF SOFTPATCH SHALL BE LIMITED EXCLUSIVELY TO
  673.        REPLACEMENT OF A DEFECTIVE DISKETTE(S) CONTAINING SAID CODE(S).
  674.        I FURTHER UNDERSTAND THAT SAID CODE(S) ARE PROTECTED BY THE
  675.        UNITED STATES COPYRIGHT LAW AND MAY NOT BE PUBLISHED OR
  676.        TRANSFERRED TO A THIRD PARTY IN PART OR IN WHOLE WITHOUT WRITTEN
  677.        PERMISSION OF SOFTPATCH.
  678.  
  679.  
  680.        Signature ..................... Date ........
  681.  
  682.        Printed Name ................................
  683.  
  684.        Company .....................................
  685.  
  686.        Street ......................................
  687.  
  688.        City ................. State .... Zip .......
  689.  
  690.        Telephone  (...) ...-....
  691.  
  692.  
  693.         Please mail to:
  694.         SoftPatch, P.O. Box 11455
  695.         San Francisco CA 94101
  696.  
  697.  
  698.  
  699.  
  700.        PACKDISK Registration Card
  701.  
  702.  
  703.        Name ........................................
  704.  
  705.        Company .....................................
  706.  
  707.        Street ......................................
  708.  
  709.        City ................. State .... Zip .......
  710.  
  711.        Telephone  (...) ...-....
  712.  
  713.        Computer .......... Hard Disk ...............
  714.  
  715.        Comments ....................................
  716.  
  717.        .............................................
  718.  
  719.        Signature ..................... Date ........
  720.  
  721.  
  722.  
  723.  
  724.        Please mail to:
  725.        SoftPatch, P.O. Box 11455
  726.        San Francisco CA 94101
  727.